In This Topic
Adds a line at the end of current sub-path.
The position is relative to current path point.
Syntax
public void addLineToRelative(
double ,
double
)
|
Parameters
- x
- x position of the line ending point.
- y
- y position of the line ending point.
See Also